Skip to content

Commit

Permalink
🐛 Publish bugfix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
CBroz1 committed Feb 12, 2024
1 parent 8b603c3 commit ebbe35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Get version
run: |
echo "MAJOR_VERSION=${GITHUB_REF#refs/*/}" | cut -c1-3 >> $GITHUB_ENV
echo ${{ env.MAJOR_VERSION }}
echo $MAJOR_VERSION
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit ebbe35c

Please sign in to comment.