Skip to content

Commit

Permalink
Publish from dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
anjan-keysight committed Oct 17, 2023
1 parent 4d46e8d commit 83e5409
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publishing Artifacts
if: steps.check_tag.outputs.exists == 'false' && steps.get_branch.outputs.branch == 'main'
if: steps.check_tag.outputs.exists == 'false'
run: |
chmod u+x ./ci.sh
TOKEN_GITHUB=${{ secrets.TOKEN_GITHUB }} ./ci.sh publish
- name: Create Release
if: steps.check_tag.outputs.exists == 'false' && steps.get_branch.outputs.branch == 'main'
if: steps.check_tag.outputs.exists == 'false'
uses: ncipollo/release-action@v1
with:
artifacts: "release/*"
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.11
0.3.12

0 comments on commit 83e5409

Please sign in to comment.