diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d90bfa7..a671d99 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout repository uses: actions/checkout@master - name: Run latest-tag - uses: EndBug/latest-tag@force-branch + uses: EndBug/latest-tag@latest with: tag-name: production force-branch: true