Skip to content

Commit

Permalink
fix: nightly versioning
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Gilbert <50398495+MarkProminic@users.noreply.github.com>
  • Loading branch information
MarkProminic committed Dec 10, 2022
1 parent 5d297e3 commit e0009bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-release-and-publish-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
release-please:
runs-on: ubuntu-latest
env:
GEM_NAME: "vagrant-zones-nightly"
GEM_NAME: "vagrant-zones"
steps:
- uses: google-github-actions/release-please-action@v3
id: release
with:
release-type: ruby
package-name: ${{ env.GEM_NAME }}
package-name: "${{ env.GEM_NAME }}-nightly"
bump-minor-pre-major: true
bump-patch-for-minor-pre-major: true
version-file: "lib/${{ env.GEM_NAME }}/version.rb"
Expand Down

0 comments on commit e0009bb

Please sign in to comment.