Skip to content

Commit

Permalink
different tag name strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
Paige Gulley committed Oct 8, 2024
1 parent 62fa8df commit afe4675
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release_record.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,13 @@ jobs:
run: |
pip install git+https://github.com/mediacloud/[email protected]
- name: Get tag name
id: extract_tag
run: echo "TAG_NAME=${GITHUB_REF##*/}" >> $GITHUB_ENV

- name: Record successful release
run: |
python -m mc-manage.airtable-release-update --name mc-manage --version ${{ github.event.release.tag_name }}
python -m mc-manage.airtable-release-update --name mc-manage --version ${{ env.TAG_NAME }}
env:
AIRTABLE_API_KEY: ${{ secrets.AIRTABLE_API_KEY }}
MEAG_BASE_ID: ${{ secrets.MEAG_BASE_ID}}
Expand Down

0 comments on commit afe4675

Please sign in to comment.