@codfish/actions-playground 0.0.0-PR-46--455e117 → 0.0.0-PR-48--bded230

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.
@@ -78,7 +78,7 @@ jobs:
78
78
  branches: |
79
79
  ['main', 'next', 'next-major', {name: 'beta', prerelease: true}, {name: 'alpha', prerelease: true}]
80
80
  additional_packages: |
81
- ['@google/semantic-release-replace-plugin', '@semantic-release/git']
81
+ ['@google/semantic-release-replace-plugin']
82
82
  plugins: |
83
83
  [
84
84
  '@semantic-release/commit-analyzer',
@@ -117,10 +117,9 @@ jobs:
117
117
  ]
118
118
  }
119
119
  ],
120
- [ '@semantic-release/git', {'assets': ['Dockerfile', 'provisioning/Chart.yml']} ],
121
120
  '@semantic-release/release-notes-generator',
122
121
  '@semantic-release/npm',
123
- '@semantic-release/github'
122
+ [ '@semantic-release/github', {'assets': ['Dockerfile', 'provisioning/Chart.yml']} ],
124
123
  ]
125
124
  env:
126
125
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codfish/actions-playground",
3
- "version": "0.0.0-PR-46--455e117",
3
+ "version": "0.0.0-PR-48--bded230",
4
4
  "description": "My own testing ground for messing around with GitHub Actions.",
5
5
  "private": false,
6
6
  "publishConfig": {