Skip to content

Commit

Permalink
try with prev rev
Browse files Browse the repository at this point in the history
  • Loading branch information
jdettmannnava committed Dec 16, 2024
1 parent 2adafff commit f1c3518
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
repo_ref: main
secrets: inherit
deploy:
name: Deploy to Staging
name: Deploy to staging
needs: tag_site
uses: ./.github/workflows/deploy.yml
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
prev_rev_num=${prev_rev/r}
next_rev_num=$((prev_rev_num + 1))
next_rev=r$next_rev_num
echo "next_rev=$next_rev" >> "$GITHUB_OUTPUT"
echo "next_rev=prev_rev" >> "$GITHUB_OUTPUT"
- name: "Set Body"
id: set_body
env:
Expand Down

0 comments on commit f1c3518

Please sign in to comment.