Skip to content

Manual Version Tag Being Ignored #48

Description

@ThePieMonster

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/action-autotag@1.1.2
        env:
          GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
        with:
          version: "${{ steps.version_increment.outputs.version }}"`

The setup is being followed from here:

image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions