The Trans Directory
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: fix autotag

+9 -3
+9 -3
.github/workflows/ci.yaml
··· 46 46 - name: Ensure Quartz builds, check bundle info 47 47 run: npx quartz build --bundleInfo 48 48 49 + - name: Get package version 50 + run: node -p -e '`PACKAGE_VERSION=${require("./package.json").version}`' >> $GITHUB_ENV 51 + 49 52 - name: Create release tag 50 - uses: phish108/autotag-action@v1.1.55 53 + uses: pkgdeps/git-tag-action@v2 51 54 with: 52 - github-token: ${{ secrets.GITHUB_TOKEN}} 53 - with-v: "true" 55 + github_token: ${{ secrets.GITHUB_TOKEN }} 56 + github_repo: ${{ github.repository }} 57 + version: ${{ env.PACKAGE_VERSION }} 58 + git_commit_sha: ${{ github.sha }} 59 + git_tag_prefix: "v"