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

Dog food the action #5

Open
thomaseizinger opened this issue Sep 22, 2020 · 2 comments
Open

Dog food the action #5

thomaseizinger opened this issue Sep 22, 2020 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@thomaseizinger
Copy link
Owner

Add a CI config where we use our own action :)

@thomaseizinger thomaseizinger added the help wanted Extra attention is needed label Apr 8, 2024
@joesturge
Copy link

wouldn;t something like this work if you create a .github/workflows/release.yaml

...
      - name: Update changelog
        id: update_changelog
        uses: ./
        with:
          tag: ${{ github.ref_name }}
...

@thomaseizinger
Copy link
Owner Author

wouldn;t something like this work if you create a .github/workflows/release.yaml

...
      - name: Update changelog
        id: update_changelog
        uses: ./
        with:
          tag: ${{ github.ref_name }}
...

Probably, I just haven't gotten around to it! We need to also make a commit and stuff so it needs a slightly bigger workflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants