Skip to content

Commit

Permalink
Attempting to fix build action after deploy was added (5)
Browse files Browse the repository at this point in the history
  • Loading branch information
openvmp committed Jan 14, 2024
1 parent 14bc75b commit e921b22
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
if: "!startsWith(github.event.head_commit.message, '[SKIP]')"
environment:
name: pypi
name: CD

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -62,6 +62,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
run: |
git push origin $(git rev-parse --abbrev-ref HEAD)
. ./version.sh
git push origin $PARTCAD_VERSION
git push --force --follow-tags
# git push origin $(git rev-parse --abbrev-ref HEAD)
# . ./version.sh
# git push origin $PARTCAD_VERSION

0 comments on commit e921b22

Please sign in to comment.