@codfish/actions-playground 0.0.0-PR-61--d5eb97b → 0.0.0-PR-61--23c1129

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.
@@ -28,16 +28,7 @@ jobs:
28
28
  node-version: 18.x
29
29
 
30
30
  - name: semantic release dry run
31
- uses: 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
- - name: semantic release dry run
40
- uses: docker://ghcr.io/codfish/semantic-release-action@REF_NAME
31
+ uses: docker://ghcr.io/codfish/semantic-release-action:fix-docker-image
41
32
  id: semantic-dry-run
42
33
  with:
43
34
  dry-run: true
@@ -87,7 +78,7 @@ jobs:
87
78
  run: docker build -t codfish/actions-playground:latest .
88
79
 
89
80
  - name: semantic-release
90
- uses: docker://ghcr.io/codfish/semantic-release-action@sha256:e8640e0a620980247fd6e46f2f43f9a42d17181840518ea7fe983eeed65c154e
81
+ uses: docker://ghcr.io/codfish/semantic-release-action:fix-docker-image
91
82
  id: semantic
92
83
  with:
93
84
  additional-packages: |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codfish/actions-playground",
3
- "version": "0.0.0-PR-61--d5eb97b",
3
+ "version": "0.0.0-PR-61--23c1129",
4
4
  "description": "My own testing ground for messing around with GitHub Actions.",
5
5
  "private": false,
6
6
  "publishConfig": {