0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-22 05:58:21 -05:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Scott
a89e6485ec
Merge 208bdad145 into 779908cb11 2024-01-29 22:03:13 -05:00
Scott
208bdad145 ci: adding in cargo.toml version in auto git commit 2024-01-29 22:02:44 -05:00

View File

@ -42,7 +42,7 @@ jobs:
- name: auto commit - name: auto commit
uses: stefanzweifel/git-auto-commit-action@v5 uses: stefanzweifel/git-auto-commit-action@v5
with: with:
commit_message: "[skip ci] Automated Change" commit_message: "[skip ci] update Cargo.toml to ${{ steps.version-bump.outputs.new_tag }}"
branch: update-from-${{ github.sha }} branch: update-from-${{ github.sha }}
# create PR using GitHub CLI # create PR using GitHub CLI
- name: create PR with update info - name: create PR with update info
@ -56,7 +56,6 @@ jobs:
run: gh pr merge --admin --merge --subject 'Merge update info' --delete-branch run: gh pr merge --admin --merge --subject 'Merge update info' --delete-branch
env: env:
GH_TOKEN: ${{ secrets.ADMIN_RIGHTS_TOKEN }} GH_TOKEN: ${{ secrets.ADMIN_RIGHTS_TOKEN }}
- name: Create Release - name: Create Release
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1
with: with: