Skip to content

Commit da6e4ee

Browse files
committed
chore: make release-auto executable
1 parent 29b8643 commit da6e4ee

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
uses: newrelic/deployment-marker-action/.github/workflows/test.yml@main
1212
secrets: inherit
1313

14-
1514
release:
1615
if: github.ref == 'refs/heads/main'
1716
needs: test
@@ -34,8 +33,6 @@ jobs:
3433
run: |
3534
git config --global user.name ${{ secrets.NEW_RELIC_GITHUB_SERVICE_ACCOUNT_USERNAME }}
3635
git config --global user.email ${{ secrets.NEW_RELIC_GITHUB_SERVICE_ACCOUNT_EMAIL }}
37-
38-
chmod +x ./scripts/release-auto.sh
3936
4037
./scripts/release-auto.sh
4138

scripts/release-auto.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)