@codfish/actions-playground 0.0.0-PR-61--0e869aa → 0.0.0-PR-61--9cbe1a6

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,7 +28,16 @@ jobs:
28
28
  node-version: 18.x
29
29
 
30
30
  - name: semantic release dry run
31
- uses: codfish/semantic-release-action@main
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
32
41
  id: semantic-dry-run
33
42
  with:
34
43
  dry-run: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codfish/actions-playground",
3
- "version": "0.0.0-PR-61--0e869aa",
3
+ "version": "0.0.0-PR-61--9cbe1a6",
4
4
  "description": "My own testing ground for messing around with GitHub Actions.",
5
5
  "private": false,
6
6
  "publishConfig": {