@codfish/actions-playground 0.0.0-PR-61--9cbe1a6 → 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.
@@ -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:fix-docker-image
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--9cbe1a6",
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": {