Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-kong committed Oct 19, 2023
1 parent a017988 commit 62bd928
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/force-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,17 @@ jobs:
run: |
sed -i "s/version = \".*\"/version = \"$MAJOR.$MINOR.$PATCH\"/" rust/sbp/Cargo.toml
sed -i "s/version = \".*\"/version = \"$MAJOR.$MINOR.$PATCH-unreleased\"/" rust/sbp2json/Cargo.toml
- name: Update PDF
run: echo "TODO"
- name: Commit changes
run: |
# git checkout -b "force-release-v$MAJOR.$MINOR.$PATCH"
# git add .
git status
# git commit -m "force release v$MAJOR.$MINOR.$PATCH"
# git push --set-upstream origin "force-release-v$MAJOR.$MINOR.$PATCH"
- name: Debug
run: git status
# - name: Update PDF
# run: echo "TODO"
# - name: Commit changes
# run: |
# git checkout -b "force-release-v$MAJOR.$MINOR.$PATCH"
# git add .
# git status
# git commit -m "force release v$MAJOR.$MINOR.$PATCH"
# git push --set-upstream origin "force-release-v$MAJOR.$MINOR.$PATCH"
- name: Create PR
uses: peter-evans/create-pull-request@v3
with:
Expand Down

0 comments on commit 62bd928

Please sign in to comment.