Skip to content

Commit

Permalink
Merge pull request #218 from stytchauth/jordan/fix-workflows
Browse files Browse the repository at this point in the history
Fix GH workflows
  • Loading branch information
jhaven-stytch authored Oct 7, 2024
2 parents 4e3dfb3 + 0808d12 commit 60b7fce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/autopublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config --local user.name "CI"
git config --local user.email "[email protected]"
git tag -a "${{needs.check.outputs.this_version}}" -m "${{needs.check.outputs.this_version}}"
git push --follow-tags
- name: Create Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/versionedDocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
cd main/docs
zip -r ../../Docs.zip .
cd -
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: "main"
path: Docs.zip
Expand Down

0 comments on commit 60b7fce

Please sign in to comment.