File tree Expand file tree Collapse file tree 1 file changed +0
-31
lines changed
Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Original file line number Diff line number Diff line change 7676 VALIDATE_SHELL_SHFMT : true
7777 VALIDATE_XML : true
7878 VALIDATE_YAML : true
79-
80- release :
81- if : github.repository_owner == 'jkroepke' && github.ref_name == 'main'
82- name : Release
83- runs-on : ubuntu-latest
84- needs :
85- - build
86- - test
87- - super-lint
88- permissions :
89- contents : write
90- steps :
91- - uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
92- id : app-token
93- with :
94- app-id : 1248576
95- private-key : ${{ secrets.AUTOMATION_APP_PRIVATE_KEY }}
96- - name : Checkout
97- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
98- with :
99- fetch-depth : 0
100- - name : Setup Node.js
101- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
102- with :
103- node-version : ' 22'
104- - name : Install dependencies
105- run : npm clean-install
106- - name : Release
107- env :
108- GITHUB_TOKEN : ${{ steps.app-token.outputs.token }}
109- run : npx semantic-release
You can’t perform that action at this time.
0 commit comments