Skip to content

Commit

Permalink
Update forum post (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
cidrblock authored Jul 24, 2024
1 parent 1ad83f6 commit e5dec65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1

forum_post:
name: forum post ${{ github.event.ref }}
name: forum post ${{ github.event.release.tag_name }}
needs: release
runs-on: ubuntu-22.04

Expand All @@ -47,4 +47,4 @@ jobs:
run: curl -O https://raw.githubusercontent.com/ansible/team-devtools/main/.github/workflows/forum_post.py

- name: Run the forum post script
run: python3 forum_post.py ${{ github.event.repository.name }} ${{ github.event.ref }} ${{ secrets.FORUM_KEY }} ${{ secrets.FORUM_USER }}
run: python3 forum_post.py ${{ github.event.repository.full_name }} ${{ github.event.release.tag_name }} ${{ secrets.FORUM_KEY }} ${{ secrets.FORUM_USER }}

0 comments on commit e5dec65

Please sign in to comment.