Skip to content

Commit

Permalink
Use git commands to tag stable during release.
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneselvans committed Dec 18, 2023
1 parent 57b224d commit 3f2480f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,12 @@ jobs:
--discussion-category Announcements
--generate-notes
--repo '${{ github.repository }}'
- name: Tag stable release
uses: EndBug/latest-tag@1
with:
ref: stable
description: "The current stable release of catalystcoop.pudl"
- name: Tag the current stable commit
run: |
git config user.email "[email protected]"
git config user.name "PudlBot"
git tag -a -m "stable" stable
git push origin stable
notify-slack:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3f2480f

Please sign in to comment.