@codfish/actions-playground 5.4.0 → 5.5.0

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.
@@ -27,15 +27,6 @@ jobs:
27
27
  with:
28
28
  node-version: 18.x
29
29
 
30
- - name: semantic release dry run
31
- uses: docker://ghcr.io/codfish/semantic-release-action:fix-docker-image
32
- id: semantic-dry-run
33
- with:
34
- dry-run: true
35
- env:
36
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
38
-
39
30
  - name: Dump semantic dry run outputs
40
31
  if: steps.semantic-dry-run.outputs.new-release-published == 'true'
41
32
  run: |
@@ -78,7 +69,7 @@ jobs:
78
69
  run: docker build -t codfish/actions-playground:latest .
79
70
 
80
71
  - name: semantic-release
81
- uses: docker://ghcr.io/codfish/semantic-release-action:fix-docker-image
72
+ uses: docker://ghcr.io/codfish/semantic-release-action@sha256:d396038765af1ceaa77f4ba39130af6e7a7e264bf17cb675ea1b0524d11adf3e
82
73
  id: semantic
83
74
  with:
84
75
  additional-packages: |
@@ -39,15 +39,7 @@ jobs:
39
39
  hashFiles('**/package-lock.json') }}
40
40
 
41
41
  - name: semantic release dry run
42
- uses: codfish/semantic-release-action@fix-docker-image
43
- with:
44
- dry-run: true
45
- env:
46
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
48
-
49
- - name: semantic release dry run
50
- uses: docker://ghcr.io/codfish/semantic-release-action:fix-docker-image
42
+ uses: docker://ghcr.io/codfish/semantic-release-action@sha256:d396038765af1ceaa77f4ba39130
51
43
  with:
52
44
  dry-run: true
53
45
  env:
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=5.4.0
13
+ ENV RELEASE_VERSION=5.5.0
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": "5.4.0",
3
+ "version": "5.5.0",
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: 5.4.0
1
+ appVersion: 5.5.0
2
2
  name: actions-playground
3
- version: 5.4.0
3
+ version: 5.5.0
package/test.txt CHANGED
@@ -1,3 +1,5 @@
1
1
  testing dry run outputs
2
2
 
3
3
  test release with a chore
4
+
5
+ test latest release