Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manual Version Tag Being Ignored #48

Open
ThePieMonster opened this issue Jan 19, 2024 · 0 comments
Open

Manual Version Tag Being Ignored #48

ThePieMonster opened this issue Jan 19, 2024 · 0 comments

Comments

@ThePieMonster
Copy link

I have the following code in my github actions. The run command from the first task here shows version 1.0.1, however the AutoTag task is using the version found in package.json which is 1.0.0.

How can I get Auto Tag to use a specific tag version?

      - name: Tag Version To Use
        run: echo "${{ steps.version_increment.outputs.version }}"

      - name: Auto Tag
        uses: butlerlogic/[email protected]
        env:
          GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
        with:
          version: "${{ steps.version_increment.outputs.version }}"`

The setup is being followed from here:

image
@ThePieMonster ThePieMonster changed the title Using Manual Version Tag Is Being Ignored Manual Version Tag Is Being Ignored Jan 19, 2024
@ThePieMonster ThePieMonster changed the title Manual Version Tag Is Being Ignored Manual Version Tag Being Ignored Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant