Skip to content

Commit

Permalink
chore: rename repository variables
Browse files Browse the repository at this point in the history
  • Loading branch information
junners committed Aug 4, 2024
1 parent 2ee75c1 commit 96b9e48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-RELEASE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
#######################################
# Start the job on all push to master #
#######################################
name: 'Build & Deploy - RELEASE'
name: "Build & Deploy - RELEASE"
on:
release:
# Want to run the automation when a release is created
types: ['created']
types: ["created"]

permissions: read-all

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/generate-RELEASE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
run: |
npm install --only=production --ignore-scripts
echo "install done"
git config --global user.name ${{ vars.USER_NAME }}
echo "user name"
git config --global user.email ${{ vars.USER_EMAIL }}
echo "user email"
git add .
echo "add done"
git commit -m "chore(release): ${{ steps.generate-release-number.outputs.NEW_VER }} [skip ci]" --no-verify
Expand Down

0 comments on commit 96b9e48

Please sign in to comment.