Skip to content

Commit

Permalink
Fix latest releases (#284)
Browse files Browse the repository at this point in the history
* Fix latest releases

* Update gh-pages-deploy.yml (Fix #265)
  • Loading branch information
leordev authored Mar 28, 2024
1 parent 103aa95 commit a9eebfb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/gh-pages-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: Deploy examples to GitHub Pages

on:
# Runs on new releases publishing
push:
branches:
- main
tags:
- v**

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
build-web5-sdk-kotlin:
Expand Down Expand Up @@ -40,4 +44,4 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
keep_files: true
publish_dir: ./public
full_commit_message: Publish documentation to GitHub pages
full_commit_message: Publish documentation to GitHub pages
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
with:
tag_name: v${{ github.event.inputs.version }}
draft: false
prerelease: true
prerelease: false
generate_release_notes: true

0 comments on commit a9eebfb

Please sign in to comment.