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

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
@@ -38,6 +38,22 @@ jobs:
38
38
  ${{ runner.os }}-node_modules-${{ steps.setup-node.outputs.node-version }}-${{
39
39
  hashFiles('**/package-lock.json') }}
40
40
 
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:REF_NAME
51
+ with:
52
+ dry-run: true
53
+ env:
54
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
56
+
41
57
  - name: install dependencies
42
58
  if: steps.npm-cache.outputs.cache-hit != 'true'
43
59
  run: npm ci --prefer-offline --no-audit
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--34878c3",
4
4
  "description": "My own testing ground for messing around with GitHub Actions.",
5
5
  "private": false,
6
6
  "publishConfig": {