Skip to content

Commit 9a1706c

Browse files
Merge pull request #58 from step-security/Raj-StepSecurity-patch-2
chore: Cherry-picked changes from upstream
2 parents 805a0d2 + ea04235 commit 9a1706c

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -76,34 +76,3 @@ jobs:
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

0 commit comments

Comments
 (0)