@codfish/actions-playground 6.1.0 → 6.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -59,7 +59,7 @@ jobs:
59
59
  - run: cat Dockerfile
60
60
 
61
61
  - name: semantic-release
62
- uses: docker://ghcr.io/codfish/semantic-release-action@sha256:e97235f7e14add2994d6738df6a31a874c184e77da325688c37570dd8382e989
62
+ uses: codfish/semantic-release-action@node-version
63
63
  id: semantic
64
64
  with:
65
65
  additional-packages: |
package/Dockerfile CHANGED
@@ -10,7 +10,7 @@ RUN npm ci
10
10
  COPY ./src ./src
11
11
  COPY ./public ./public
12
12
 
13
- ENV RELEASE_VERSION=6.1.0
13
+ ENV RELEASE_VERSION=6.1.1
14
14
 
15
15
  RUN npm run build
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codfish/actions-playground",
3
- "version": "6.1.0",
3
+ "version": "6.1.1",
4
4
  "description": "My own testing ground for messing around with GitHub Actions.",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -1,3 +1,3 @@
1
- appVersion: 6.1.0
1
+ appVersion: 6.1.1
2
2
  name: actions-playground
3
- version: 6.1.0
3
+ version: 6.1.1
package/test.txt CHANGED
@@ -7,3 +7,5 @@ test latest release
7
7
  feature release 2
8
8
 
9
9
  breaking update
10
+
11
+ test again