Skip to content

Commit

Permalink
chore: make release-auto executable
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderblue committed May 22, 2023
1 parent 29b8643 commit da6e4ee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
uses: newrelic/deployment-marker-action/.github/workflows/test.yml@main
secrets: inherit


release:
if: github.ref == 'refs/heads/main'
needs: test
Expand All @@ -34,8 +33,6 @@ jobs:
run: |
git config --global user.name ${{ secrets.NEW_RELIC_GITHUB_SERVICE_ACCOUNT_USERNAME }}
git config --global user.email ${{ secrets.NEW_RELIC_GITHUB_SERVICE_ACCOUNT_EMAIL }}
chmod +x ./scripts/release-auto.sh
./scripts/release-auto.sh
Expand Down
Empty file modified scripts/release-auto.sh
100644 → 100755
Empty file.

0 comments on commit da6e4ee

Please sign in to comment.