Update workflow
All checks were successful
Build And Publish / BuildAndPublish (push) Successful in 1m36s

This commit is contained in:
Ryan Freeman 2024-08-21 21:23:47 +01:00
parent e9514255e7
commit 4d12c44d55

View File

@ -6,6 +6,10 @@ jobs:
BuildAndPublish:
runs-on: ubuntu-latest
steps:
- name: Add mask
run: |
echo "::add-mask::${{ vars.TAILSCALE_IP }}"
- name: Checkout code
uses: https://github.com/actions/checkout@v4