Skip to content

Commit

Permalink
Merge pull request #59 from Fgruntjes/semantic-release
Browse files Browse the repository at this point in the history
deploy test
  • Loading branch information
Fgruntjes authored Feb 2, 2023
2 parents 11e25ce + 4b434f1 commit c317d65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
persist-credentials: false
- uses: cycjimmy/semantic-release-action@v3
with:
semantic_version: 20
semantic_version: 19
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions deploy/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ function storeSecret {
fi

echo "${SECRET_VALUE}" | gh secret set "${SECRET_NAME}" --app actions
echo "${SECRET_VALUE}" | gh secret set "${SECRET_NAME}" --app dependabot
echo "${SECRET_NAME}=\"${SECRET_VALUE}\"" >> .env.deploy.local
}
cat /dev/null > .env.deploy.local
Expand Down

0 comments on commit c317d65

Please sign in to comment.