diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0cc843f..0659aac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,12 +16,13 @@ jobs: - uses: actions/checkout@v3 - name: Create Vagrant Cloud Box - run: curl \ - --request POST \ - --header "Content-Type: application/json" \ - --header "Authorization: Bearer $ATLAS_TOKEN" \ - https://app.vagrantup.com/api/v2/boxes \ - --data '{ "box": { "username": "nixbox", "name": "nixos" } }' + run: | + curl \ + --request POST \ + --header "Content-Type: application/json" \ + --header "Authorization: Bearer $ATLAS_TOKEN" \ + https://app.vagrantup.com/api/v2/boxes \ + --data '{ "box": { "username": "nixbox", "name": "nixos" } }' - name: Setup `packer` uses: hashicorp/setup-packer@main