@codfish/actions-playground 0.0.0-PR-59--bae66db → 0.0.0-PR-59--7322e3d

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.
@@ -52,15 +52,7 @@ jobs:
52
52
  uses: codfish/semantic-release-action@v2
53
53
  id: semantic-dry-run
54
54
  with:
55
- dry_run: true
56
- branches: |
57
- [
58
- 'main',
59
- 'next',
60
- 'next-major',
61
- {name: 'beta', prerelease: true},
62
- {name: 'alpha', prerelease: true}
63
- ]
55
+ dry-run: true
64
56
  env:
65
57
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66
58
  NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -69,7 +61,7 @@ jobs:
69
61
  uses: codfish/semantic-release-action@upgrade
70
62
  id: semantic
71
63
  with:
72
- additional_packages: |
64
+ additional-packages: |
73
65
  ['@google/semantic-release-replace-plugin', '@semantic-release/git']
74
66
  plugins: |
75
67
  [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codfish/actions-playground",
3
- "version": "0.0.0-PR-59--bae66db",
3
+ "version": "0.0.0-PR-59--7322e3d",
4
4
  "description": "My own testing ground for messing around with GitHub Actions.",
5
5
  "private": false,
6
6
  "publishConfig": {