diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 16445d7..801b49f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -92,13 +92,13 @@ jobs: # asset_name: styles.css # asset_content_type: text/css - name: Determine Asset Suffix - id: vars - run: | - if [ "${{ github.ref_name }}" = "main" ]; then - echo "asset_suffix=" >> $GITHUB_OUTPUT - else - echo "asset_suffix=-${{ github.ref_name }}" >> $GITHUB_OUTPUT - fi + id: vars + run: | + if [ "${{ github.ref_name }}" = "main" ]; then + echo "asset_suffix=" >> $GITHUB_OUTPUT + else + echo "asset_suffix=-${{ github.ref_name }}" >> $GITHUB_OUTPUT + fi - name: Create Release and Upload Assets uses: softprops/action-gh-release@v2 with: