diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8a3b2f0..1a1e87d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,14 +13,12 @@ jobs: name: Lint runs-on: ubuntu-latest steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Install Rokit - uses: kalrnlo/setup-rokit@v1.0.0 - with: - token: ${{ env.GH_TOKEN }} - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Lint - run: | - selene ./src \ No newline at end of file + - name: Checkout + uses: actions/checkout@v4 + - name: Install Rokit + uses: kalrnlo/setup-rokit@v1.0.0 + with: + token: ${{ secrets.GITHUB_TOKEN }} + - name: Lint + run: | + selene ./src \ No newline at end of file diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index c59e507..a4926b3 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -3,7 +3,7 @@ name: Publish on: push: tags: - - 'v*' + - 'v*' jobs: build: @@ -15,9 +15,7 @@ jobs: - name: Install Rokit uses: kalrnlo/setup-rokit@v1.0.0 with: - token: ${{ env.GH_TOKEN }} - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} - name: Build Place run: rojo build publish.project.json -o Weaver.rbxl - name: Publish Module to Marketplace