mirror of
https://github.com/reecetech/version-increment.git
synced 2025-12-22 06:55:44 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
de5ab041fb | ||
|
|
3ac8392aa4 | ||
|
|
72c1fa6077 | ||
|
|
f21e559797 | ||
|
|
4415fcb6c0 |
7
.github/workflows/test-and-release.yml
vendored
7
.github/workflows/test-and-release.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Run ShellCheck
|
||||
uses: ludeeus/action-shellcheck@94e0aab03ca135d11a35e5bfc14e6746dc56e7e9 # v1.1.0
|
||||
uses: ludeeus/action-shellcheck@2.0.0
|
||||
with:
|
||||
check_together: 'yes'
|
||||
|
||||
@@ -55,10 +55,9 @@ jobs:
|
||||
scheme: calver
|
||||
|
||||
- name: Release version
|
||||
uses: marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0 # v1.2.1
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: ${{ github.ref_name == github.event.repository.default_branch }}
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
draft: false
|
||||
prerelease: false
|
||||
automatic_release_tag: "${{ steps.version-increment.outputs.VERSION }}"
|
||||
tag_name: "${{ steps.version-increment.outputs.VERSION }}"
|
||||
|
||||
Reference in New Issue
Block a user