Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dimtsap authored Nov 9, 2023
1 parent 7c72089 commit 6e13b8d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,12 @@ jobs:
GH_TOKEN: ${{ github.token }}
SEMVER: ${{ needs.calculate-version.outputs.semVer }}
steps:
- name: List directory
- name: Display current working dir
run: |
echo $PWD
- name: List dir
run: |
ls
# - name: Create Github release
# run: |
# gh release create 'v$SEMVER'
Expand Down

0 comments on commit 6e13b8d

Please sign in to comment.