Skip to content

Commit

Permalink
generate upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnuatrai-labs committed Aug 13, 2024
1 parent f0c3ac9 commit 46bd3f1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
- name: checkout
uses: actions/checkout@v2

- name: increment tag
id: increment-tag
uses: vishnuatrai-labs/increment-git-tag@main
with:
version-type: patch
# - name: increment tag
# id: increment-tag
# uses: vishnuatrai-labs/increment-git-tag@main
# with:
# version-type: patch

- name: get the new version
run: echo "New version is available ${{ steps.increment-tag.outputs.new-version }}"
# - name: get the new version
# run: echo "New version is available ${{ steps.increment-tag.outputs.new-version }}"

- name: generate artifact file
run: mkdir -p artifacts_files && echo "Generating artifact file" >> artifacts_files/test.txt
Expand Down

0 comments on commit 46bd3f1

Please sign in to comment.