77 workflow_dispatch :
88 push :
99 branches :
10- - main
10+ - main
1111
1212env :
1313 IMAGE_NAME : cloudbees/smart-tests-cli
@@ -22,11 +22,11 @@ jobs:
2222 outputs :
2323 tag : ${{ steps.run-tagpr.outputs.tag }}
2424 steps :
25- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26- - id : run-tagpr
27- uses : Songmu/tagpr@e89d37247ca73d3e5620bf074a53fbd5b39e66b0 # v1.5.1
28- env :
29- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
25+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26+ - id : run-tagpr
27+ uses : Songmu/tagpr@e89d37247ca73d3e5620bf074a53fbd5b39e66b0 # v1.5.1
28+ env :
29+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3030
3131 pypi :
3232 needs : tagpr
@@ -35,22 +35,22 @@ jobs:
3535 runs-on : ubuntu-22.04
3636
3737 steps :
38- - uses : actions/checkout@v4
39- with :
40- fetch-depth : 0
41- - name : Install uv
42- uses : astral-sh/setup-uv@v3
43-
44- - name : Build package
45- run : uv build
46- - name : Publish to PyPI
47- run : uv publish --token ${{ secrets.SMART_TESTS_PYPI_API_TOKEN }}
48- - name : Actions for Discord
49- uses : Ilshidur/action-discord@0.3.2
50- env :
51- DISCORD_WEBHOOK : ${{ secrets.DISCORD_WEBHOOK }}
52- with :
53- args : ' Smart Tests CLI ${{ needs.tagpr.outputs.tag }} is released! https://github.com/launchableinc/cli/releases/tag/${{ needs.tagpr.outputs.tag }}'
38+ - uses : actions/checkout@v4
39+ with :
40+ fetch-depth : 0
41+ - name : Install uv
42+ uses : astral-sh/setup-uv@v3
43+
44+ - name : Build package
45+ run : uv build
46+ - name : Publish to PyPI
47+ run : uv publish --token ${{ secrets.SMART_TESTS_PYPI_API_TOKEN }}
48+ - name : Actions for Discord
49+ uses : Ilshidur/action-discord@0.3.2
50+ env :
51+ DISCORD_WEBHOOK : ${{ secrets.DISCORD_WEBHOOK }}
52+ with :
53+ args : " Smart Tests CLI ${{ needs.tagpr.outputs.tag }} is released! https://github.com/launchableinc/cli/releases/tag/${{ needs.tagpr.outputs.tag }}"
5454
5555 docker :
5656 name : Push Docker image to Docker Hub
0 commit comments