phish108 / autotag-action

A lightning fast autotagger for semver tagging in github actions
MIT License
14 stars 14 forks source link

Manually specify a tag? #195

Open ThePieMonster opened 8 months ago

ThePieMonster commented 8 months ago

Is it possible to manually specify a tag using something like:

      - name: Auto Tag
        uses: phish108/autotag-action@v1.1.64
        env:
          GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
        with:
          version: "${{ steps.id.outputs.version }}"
phish108 commented 8 months ago

I would use the tag option for such cases. This allows to set tags without any semver logic.