diff --git a/.github/workflows/tag_and_publish.yml b/.github/workflows/tag_and_publish.yml index 1c6f71c..97be6a9 100644 --- a/.github/workflows/tag_and_publish.yml +++ b/.github/workflows/tag_and_publish.yml @@ -60,7 +60,6 @@ jobs: add: '["README.md"]' tag: needs: update_badges - if: false uses: AllenNeuralDynamics/aind-github-actions/.github/workflows/tag.yml@main secrets: SERVICE_TOKEN: ${{ secrets.SERVICE_TOKEN }} @@ -72,7 +71,6 @@ jobs: GO_ARCH: 'amd64' SINGULARITY_VERSION: '3.7.0' needs: tag - if: false steps: - uses: actions/checkout@v3 - name: Pull latest changes