@codfish/actions-playground 0.0.0-PR-61--34878c3 → 0.0.0-PR-61--d5eb97b

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.
@@ -47,7 +47,7 @@ jobs:
47
47
  NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
48
48
 
49
49
  - name: semantic release dry run
50
- uses: docker://ghcr.io/codfish/semantic-release-action:REF_NAME
50
+ uses: docker://ghcr.io/codfish/semantic-release-action:fix-docker-image
51
51
  with:
52
52
  dry-run: true
53
53
  env:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codfish/actions-playground",
3
- "version": "0.0.0-PR-61--34878c3",
3
+ "version": "0.0.0-PR-61--d5eb97b",
4
4
  "description": "My own testing ground for messing around with GitHub Actions.",
5
5
  "private": false,
6
6
  "publishConfig": {