Skip to content

Commit

Permalink
Git config
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmelodic committed Jun 20, 2023
1 parent 36a15a5 commit 0993b76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ jobs:
- id: manifest-version
run: echo "version=$(jq -r '.version' src/manifest.json)" >> "$GITHUB_OUTPUT"
- run: zip -r "minimal-grey-chrome.${{ steps.manifest-version.outputs.version }}.zip" src
- run: |
git config user.name "GitHub Actions"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
- run: git tag -a "${{ steps.manifest-version.outputs.version }}" -m "${{ steps.manifest-version.outputs.version }}"
- run: git push --follow-tags

0 comments on commit 0993b76

Please sign in to comment.