We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b8643 commit da6e4eeCopy full SHA for da6e4ee
.github/workflows/release.yml
@@ -11,7 +11,6 @@ jobs:
11
uses: newrelic/deployment-marker-action/.github/workflows/test.yml@main
12
secrets: inherit
13
14
-
15
release:
16
if: github.ref == 'refs/heads/main'
17
needs: test
@@ -34,8 +33,6 @@ jobs:
34
33
run: |
35
git config --global user.name ${{ secrets.NEW_RELIC_GITHUB_SERVICE_ACCOUNT_USERNAME }}
36
git config --global user.email ${{ secrets.NEW_RELIC_GITHUB_SERVICE_ACCOUNT_EMAIL }}
37
38
- chmod +x ./scripts/release-auto.sh
39
40
./scripts/release-auto.sh
41
scripts/release-auto.sh
100644
100755
0 commit comments