mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 05:58:21 -05:00
Merge pull request #23 from scottc943/FEATURE/400_GitHubActions-automate-release-versions
ci: reset commit and removed changelog
This commit is contained in:
commit
4c60e41482
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.sha }} ## this seems to be required due to https://github.com/anothrNick/github-tag-action/issues/266
|
ref: ${{ github.sha }}
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Bump version and push tag
|
- name: Bump version and push tag
|
||||||
id: version-bump
|
id: version-bump
|
||||||
|
Loading…
Reference in New Issue
Block a user