diff --git a/.github/workflows/make-dist.yml b/.github/workflows/make-dist.yml index 1f8486c..e7fb709 100644 --- a/.github/workflows/make-dist.yml +++ b/.github/workflows/make-dist.yml @@ -24,9 +24,8 @@ jobs: make dist CTAN - name: Version - with: - run: | - echo "::notice:: VERSION=${{ env.VERSION }}" + run: | + echo "::notice:: VERSION=${{ env.VERSION }}" - name: Release uses: softprops/action-gh-release@v1